@charset "UTF-8";

/*Reset css*/
/*
/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
fieldset,
lengend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td {
    /* table elements 表格元素 */
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
}

/* 设置默认字体 */
body,
button,
input,
select,
textarea {
    /* for ie */
    font: 14px/1 Microsoft Yahei, Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 {
    font-size: 18px;
    /* 18px / 12px = 1.5 */
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
    font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul,
ol {
    list-style: none;
}

/* 重置文本格式元素 */
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

abbr[title],
acronym[title] {
    /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}

/* 重置表单元素 */
legend {
    color: #000;
}

/* for ie6 */
fieldset,
img {
    border: none;
}

/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
    overflow-y: scroll;
}

/*浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}

/*清除浮动*/
.cf:before,
.cf:after {
    content: "";
    display: table;
}

a[title='站长统计'] {
    display: none !important;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
    /*IE/7/6*/
}

.mr0 {
    margin-right: 0 !important;
}

#mr0.mr0 {
    margin-right: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.m31 {
    margin-left: 31px;
    margin-right: 31px;
}

.red {
    color: #ff000f;
}

.fwb {
    font-weight: bold;
}

.mb100 {
    margin-bottom: 100px !important;
}

/*导航 nav E*/
@font-face {
    font-family: 'DINPro-Medium';
    src: url("../fornt/DINPro-Medium.html") format("embedded-opentype"), url("../fornt/DINPro-Medium-2.html") format("woff"), url("../fornt/DINPro-Medium-3.html") format("truetype"), url("../fornt/DINPro-Medium-4.html") format("svg");
}

/*内容区*/
.wrap {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

.top {
    height: 33px;
    background: #f8f5f1;
    border-bottom: 1px solid #dedede;
}

.headh {
    padding-top: 10px;
}

.area_switch {height: auto;float: left;font-family:"微软雅黑";/* display: inline; */margin-left:15px;}
.area_switch span{ font-size: 16px; color: #ff6600; margin-right: 6px; }
#area_con { width: 420px; height: auto; padding: 10px; position: absolute; z-index: 99; top:30px; background: #fff; border: 3px solid #ddd; display: none; }
.area_name_con { width: 420px; height: auto; margin: 0 auto; padding: 5px 0 10px 0; font-family:"微软雅黑";}
.area_name_con a{ display: block; float: left;margin: 13px 0 0 15px; cursor:pointer; width: 55px;font-size: 14px;background:none;}
.area_name_con a:hover { text-decoration: underline; color: #7ab80e; }
#area_con span { float: right; display:block; overflow:hidden; width: 16px; height: 16px; background:url(../images/close.png) no-repeat; cursor: pointer; }
.area_switch a { background:url(../image/switch_arrow_down.jpg) no-repeat right 5px; padding-right: 10px; cursor:pointer;}
.area_name_con a{ background:none;padding-right:0px;}

/*页头 head B*/
.head {
    height: 94px;
}

.head h1 {
    text-indent: -1000px;
    height: 0;
}

.head .logo {
    /*margin-top: 22px;*/
    margin-top: 30px;
    margin-right: 15px;
}

.head .slogan {
    position: relative;
    margin-top: 20px;
    margin-left: 10px;
    color: #3d3838;
}

.head .slogan:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 44px;
    background: url(../image/icon_jh.png) no-repeat left top;
    position: absolute;
    left: -9px;
    top: 12px;
}

.head .slogan p {
    margin-bottom: 8px;
}

.head .callMe {
    margin-top: 26px;
}

.head .callMe .icon-phone {
    width: 47px;
    height: 47px;
    margin-right: 5px;
    background: url(../image/icon_jh.png) no-repeat 0 -288px;
}

.head .callMe .hotline-title {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    color: #333;
}

.head .callMe .hotline-num {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #e60012;
    letter-spacing: -0.6px;
}

/*页头 head E*/
/*导航 nav B*/
.nav {
    height: 64px;
    background: #e60012;
    box-shadow: 0px 3px 0px 0px rgba(117, 0, 9, 0.9);
    position: relative;
    z-index: 10;
}

.nav a {
    position: relative;
    float: left;
    width: 14.285%;
    height: 64px;
    line-height: 65px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.nav a span {
    position: relative;
    z-index: 1;
}

.nav .bg-block {
    width: 100%;
    height: 64px;
    background: #620000;
    position: absolute;
    top: 64px;
    left: 0;
}

.nav a sup {
    position: absolute;
    top: 16px;
    z-index: 1;
    right: 12px;
    display: block;
    line-height: 14px;
}

.nav a.hot:after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 13px;
    position: absolute;
    top: 11px;
    right: 20px;
    background: url(../image/icon_jh.png) no-repeat -65px -66px;
}

/*foot B*/
.foot {
    height: 153px;
    font-size: 12px;
    background: #313131;
    color: #fff;
}

.foot a {
    color: #fff;
}

.foot .flink {
    margin-top: 38px;
}

.foot .flink .jumpUrl,
.foot .company-message .c {
    margin-bottom: 20px;
}

.foot .company-message .c sup {
    line-height: 0;
}

.foot .flink .jumpUrl a,
.foot .flink .jumpUrl span {
    float: left;
}

.foot .flink .jumpUrl span {
    margin: 0 5px;
}

.foot .box-font-0 {
    margin-top: -5px;
    font-size: 0;
}

.foot .company-message .c .b1 {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    font-size: 0;
    background: url(../image/icon_jh.png) no-repeat -61px 0;
}

.foot .company-message .c .b2 {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    font-size: 0;
    background: url(../image/icon_jh.png) no-repeat -36px -1px;
}

.foot .sun-line {
    margin-top: 50px;
}

.foot .sun-line p {
    line-height: 30px;
    vertical-align: middle;
}

.foot .sun-line .p1 {
    display: inline-block;
    /*vertical-align: text-bottom;*/
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    color: #aaa;
}

.foot .sun-line .p2 {
    font-size: 30px;
}

.foot .cf {
    position: relative;
}

.foot .ts2 {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #f4222f;
    outline: none;
    font-size: 14px;
    border: 1px solid #f4222f;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
}

.foot .ts2 .icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(../image/icon_jh.png) no-repeat -7px 0;
}

/*foot E*/
/*banner*/
.banner {
    margin: 0 auto;
    width: 100%;
    height: 400px;
    cursor: pointer;
    position: relative;
}

.banner a {
    position: absolute;
    width: 100%;
    height: 400px;
}

.banner.banner1 {
    background: url(../image/banner1.jpg) no-repeat center top;
}

.banner.banner2 {
    background: url(../image/banner2.jpg) no-repeat center top;
}

.banner.banner3 {
    background: url(../image/banner3.jpg) no-repeat center top;
}

.banner.banner4 {
    background: url(../image/banner1.jpg) no-repeat center top;
}

.banner.banner5 {
    background: url(../image/banner5.jpg) no-repeat center top;
}

.banner.banner-hd {
    background: url(../image/banner1.jpg) no-repeat center top;
}

/*页面内容标题*/
/**/
h2.tit {
    font-size: 30px;
    font-weight: normal;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
}

h2.tit.tit2 {
    margin-bottom: 20px;
}

h2.tit sup {
    font-size: 16px;
    vertical-align: text-top;
}

h2.tit::before {
    display: inline-block;
    position: relative;
    top: -6px;
    left: -20px;
    content: "";
    width: 101px;
    height: 7px;
    background: url(../image/icon-index.png) no-repeat -63px -13px;
}

h2.tit::after {
    display: inline-block;
    position: relative;
    top: -6px;
    left: 20px;
    content: "";
    width: 101px;
    height: 7px;
    background: url(../image/icon-index.png) no-repeat -63px 0;
}

.Diamonds .tc-show .tc-show-item {
    width: 314px;
    height: 414px;
    border: 1px solid #e5e5e5;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

.Diamonds .tc-show .tc-show-item:hover {
    margin-top: -8px !important;
    height: 422px;
    -webkit-box-shadow: 0 0 18px 0px #FF8690;
    box-shadow: 0 0 18px 0px #FF8690;
    border: 1px solid #FF8690;
    transition: all .3s;
}

.Diamonds .tc-show .tc-show-item .img {
    width: 80px;
    height: 80px;
    margin: 20px auto;
    text-align: center;
    display: flex;
    align-items: center;
}

.Diamonds .tc-show .tc-show-item .flag {
    font-size: 23px;
    color: #f5232f;
    text-align: center;
}

.Diamonds .tc-show .tc-show-item .gp {
    margin: 10px auto 15px;
    width: 90px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background: #f5232f;
    border-radius: 3px;
}

.Diamonds .tc-show .tc-show-item .rule {
    margin: 0 24px;
    padding-bottom: 14px;
    text-align: center;
    border-bottom: 1px dashed #222;
}

.Diamonds .tc-show .tc-show-item:hover .Example-num .num-group {
    margin: 0 25px 35px;
}

.Diamonds .tc-show .tc-show-item:hover .tc-btn {
    background: #F4202F;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    /*-webkit-box-shadow: 0 0 16px 0px #F5232F;*/
    /*box-shadow: 0 0 16px 0px #F5232F;*/
    border-top: #F4202F;
    transition: all .3s;
    color: #fff;
}

.Diamonds .tc-show .tc-show-item.m-RL-16 {
    margin: 0 18px;
}

.Diamonds .tc-show .Example-num {
    padding-top: 18px;
}

.Diamonds .tc-show .Example-num p {
    margin: 0 25px;
    padding-bottom: 16px;
    font-weight: bold;
    text-align: center;
}

.Diamonds .tc-show .Example-num .num-group {
    margin: 0 25px 25px;
    line-height: 22px;
    font-size: 16px;
}

.Diamonds .tc-show .Example-num .num-group .n1 div:hover,
.Diamonds .tc-show .Example-num .num-group .n2 div:hover {
    color: #ff0000;
}

.Diamonds .tc-show .tc-btn {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ff0000;
    font-weight: bold;
    border-top: 1px solid #e5e5e5;
}

/*首页套餐*/
.tc-show .tc-show-item {
    width: 314px;
    height: 350px;
    border: 1px solid #e5e5e5;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

.tc-show .tc-show-item:hover {
    margin-top: -8px !important;
    height: 344px;
    -webkit-box-shadow: 0 0 18px 0px #FF8690;
    box-shadow: 0 0 18px 0px #FF8690;
    border: 1px solid #FF8690;
    transition: all .3s;
}

.tc-show .tc-show-item:hover .Example-num .num-group {
    margin: 0 25px 35px;
}

.tc-show .tc-show-item:hover .tc-btn {
    background: #E70012;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    /*-webkit-box-shadow: 0 0 16px 0px #F5232F;*/
    /*box-shadow: 0 0 16px 0px #F5232F;*/
    border-top: #F4202F;
    transition: all .3s;
    color: #fff;
}

.tc-show .tc-show-item.m-RL-16 {
    margin: 0 19px;
}

.tc-show .tc-show-item .tc-log {
    width: 70px;
    height: 52px;
    position: absolute;
    right: 14px;
    top: -8px;
    background: url(../image/icon-index.png) no-repeat;
}

.tc-show .tc-show-item .tc-log-1 {
    background-position: 0 -281px;
}

.tc-show .tc-show-item .tc-log-2 {
    background-position: 0 -166px;
}

.tc-show .tc-show-item .tc-log-3 {
    background-position: 0 -224px;
}

.tc-show .tc-name {
    height: 68px;
    margin: 0 25px;
    border-bottom: 1px solid #e5e5e5;
}

.tc-show .tc-show-item .dw {
    float: left;
    margin-top: 38px;
    margin-left: 5px;
    position: relative;
}

.tc-show .tc-show-item .jg_sz {
    float: left;
    font-size: 35px;
    margin-top: 20px;
    margin-left: 5px;
    font-weight: bold;
    color: #F5232F;
}

.tc-show .tc-show-item .tc_title {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    text-align: left;
}

.tc-show .tc-show-item .tc-hot:after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 13px;
    position: absolute;
    top: -15px;
    left: 0;
    background: url(../image/icon_jh.png) no-repeat -65px -66px;
}

.tc-show .tc-show-item .jg._88 {
    height: 29px;
    width: 56px;
    background-position: 0 0;
}

.tc-show .tc-show-item .jg._168 {
    height: 29px;
    width: 79px;
    background-position: 0 -288px;
}

.tc-show .tc-show-item .jg._198 {
    height: 29px;
    width: 79px;
    background-position: 0 -32px;
}

.tc-show .tc-show-item .jg._298 {
    height: 29px;
    width: 79px;
    background-position: 0 -320px;
}

.tc-show .tc-show-item .jg._388 {
    height: 29px;
    width: 79px;
    background-position: 0 -64px;
}

.tc-show .tc-show-item .jg._598 {
    height: 29px;
    width: 79px;
    background-position: 0 -96px;
}

.tc-show .tc-show-item .jg._998 {
    height: 29px;
    width: 79px;
    background-position: 0 -128px;
}

.tc-show .tc-show-item .jg._1988 {
    height: 29px;
    width: 101px;
    background-position: 0 -160px;
}

.tc-show .tc-show-item .jg._4988 {
    height: 29px;
    width: 101px;
    background-position: 0 -192px;
}

.tc-show .tc-show-item .jg._6988 {
    height: 29px;
    width: 101px;
    background-position: 0 -224px;
}

.tc-show .tc-show-item .jg._9988 {
    height: 30px;
    width: 101px;
    background-position: 0 -255px;
}

.tc-show .tc-fl {
    padding: 24px 0;
    margin: 0 25px;
    border-bottom: 1px dashed #e5e5e5;
}

.tc-show .tc-1 {
    float: left;
}

.tc-show .tc-2 {
    float: left;
    margin-left: 50px;
}

.tc-show .tc-1 .tc-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url(../image/icon-index.png) no-repeat -106px -39px;
}

.tc-show .tc-2 .tc-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url(../image/icon-index.png) no-repeat -69px -39px;
}

.tc-show .tc-sm .prow {
    font-weight: bold;
    color: #f4222f;
    margin-bottom: 5px;
}

.tc-show .Example-num {
    padding-top: 24px;
}

.tc-show .Example-num p {
    margin: 0 25px;
    padding-bottom: 16px;
    font-weight: bold;
}

.tc-show .Example-num .num-group {
    margin: 0 25px 25px;
    line-height: 22px;
    font-size: 16px;
}

.tc-show .tc-btn {
    color: #ff0000;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

/*选号码先看号段 B*/
.skt-how .how-tems {
    margin-top: 45px;
    text-align: left;
}

.skt-how .how-tems .tem {
    position: relative;
    width: 310px;
    height: 192px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    color: #6f6f6f;
    background: url(../image/black.png) no-repeat center top;
    padding-top: 28px;
    border-radius: 10px;
    cursor: pointer;
}

.skt-how .how-tems .tem.mgrl28 {
    margin: 0 25px !important;
}

.skt-how .how-tems .tem.active .needNum {
    background-color: #f4202f;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    color: #fff;
}

.skt-how .how-tems .tem .needNum:hover {
    background-color: #f4202f;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    color: #fff;
}

.skt-how .how-tems .tem .tag {
    width: 40px;
    height: 40px;
    position: absolute;
    background: red;
    top: 7px;
    right: 3px;
    overflow: hidden;
}

.skt-how .how-tems .tem p {
    margin-left: 25px;
    margin-bottom: 10px;
    height: 14px;
    line-height: 14px;
}

.skt-how .how-tems .tem .dx {
    background: url(../image/icon-index.png) no-repeat 0 -118px;
}

.skt-how .how-tems .tem .yd {
    background: url(../image/icon-index.png) no-repeat 0 -64px;
}

.skt-how .how-tems .tem .lt {
    background: url(../image/icon-index.png) no-repeat 0 -10px;
}

.skt-how .f5232f {
    color: #f5232f;
}

.skt-how .fno {
    font-weight: normal;
}

.skt-how .fno sup {
    line-height: 7px;
}

.skt-how .needNum {
    width: 150px;
    height: 36px;
    margin: 6px 25px 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 36px;
    border-radius: 18px;
    color: #f5242f;
    border: 1px solid #f5242f;
    text-align: center;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.skt-how .needNum:hover {
    background-color: #f4202f;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    color: #fff;
}

/*选号码先看号段 E*/
/*增值功能 B*/
.zzPrower h2.tit {
    margin-bottom: 20px;
}

.zzPrower .sm-tit {
    text-align: center;
    margin-bottom: 36px;
}

.zzPrower .sm-tit a {
    text-decoration: underline;
    color: #000;
}

.zzPrower .prower-group .item {
    float: left;
    width: 194px;
    height: 237px;
    margin-right: 12px;
    padding: 20px 20px 25px 20px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.zzPrower .prower-group .item:hover {
    -webkit-box-shadow: 0 0 18px 0px #FF8690;
    box-shadow: 0 0 18px 0px #FF8690;
    border: 1px solid #FF8690;
    transition: all .3s;
}

.zzPrower .prower-group .item:hover .btn {
    transition: all .3s;
    background-color: #f4202f;
    background-image: -moz-linear-gradient(-90deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%);
    color: #fff;

}

.zzPrower .prower-group .item .tit {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    text-align: left;
}

.zzPrower .prower-group .item .tit .icon {
    display: inline-block;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background: url(../image/gn_icon.png) no-repeat;
}

.zzPrower .prower-group .item .tit .icon.icon1 {
    background-position: 0 0;
}

.zzPrower .prower-group .item .tit .icon.icon2 {
    background-position: -36px 0;
}

.zzPrower .prower-group .item .tit .icon.icon3 {
    background-position: -72px 0;
}

.zzPrower .prower-group .item .tit .icon.icon4 {
    background-position: -108px 0;
}

.zzPrower .prower-group .item .des {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 25px;
}

.zzPrower .prower-group .item .xzl {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.zzPrower .prower-group .item .bfb {
    margin-bottom: 22px;
    font-size: 30px;
    font-weight: bold;
    color: #e60012;
}

.zzPrower .prower-group .item .btn {
    width: 150px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #f5242f;
    border-radius: 19px;
    color: #f5242f;
    text-align: center;
}

/*增值功能 e*/
/*核心价值 B*/
.core .core-box {
    margin-bottom: 12px;
}

.core .item {
    width: 482px;
    /*height: 334px;*/
    padding-bottom: 28px;
    border: 1px solid #E5E5E5;
}

.core .item2 {
    width: 980px;
    /*height: 334px;*/
    padding-bottom: 28px;
    border: 1px solid #E5E5E5;
}

.core .item h4 {
    margin-top: 26px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #ff0000;
}

.core .item .img {
    text-align: center;
    width: auto;
    height: 190px;
    line-height: 190px;
    margin-bottom: 28px;
}

.core .item .img img {
    vertical-align: middle;
}

.core .item p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

/*核心价值 E*/

.icon-group {
    height: 45px;
    margin-top: 15px;
}

.icon-group .it {
    float: left;
    height: 40px;
    padding-top: 5px;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 18px;
}

.exp-num {
    margin-top: 40px;
}

.exp-num .exp-top {
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
}

.exp-num .exp-top a {
    font-size: 16px;
    float: right;
    font-weight: normal;
    color: #ffffff;
    cursor: pointer;
}

.exp-box {
    margin: 0 -8px;
}

.exp-box .item {
    width: 196px;
    height: 44px;
    color: #640118;
    float: left;
    line-height: 44px;
    font-weight: bold;
    margin: 15px 8px 0;
    font-size: 20px;
    text-align: center;
    background: #fbdaa9;
    cursor: pointer;
}

.exp-box .item:hover {
    opacity: .9;
}

/* 爆款套餐 E */

/*  */
.more-bt {
    padding: 0 5px;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    overflow: hidden;
}

.more-bt a {
    font-weight: normal;
    font-size: 14px;
    color: #333333;
}

.hot-cp .sm-tit {
    text-align: center;
}

.hot-cp .sm-tit a {
    text-decoration: underline;
    color: #000;
}

.picScroll-left {
    margin-top: 25px;
    width: 980px;
    /* overflow: hidden; */
    position: relative;
}

.picScroll-left:hover .hd {
    display: block;
}

.picScroll-left .hd {
    display: none;
    position: absolute;
    top: 0;
    height: 342px;
    cursor: pointer;
    z-index: 99;
}

.picScroll-left .hd .prev .bg,
.picScroll-left .hd .next .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
    background: #333;
    opacity: .3;
}

.picScroll-left .hd .prev {
    width: 40px;
    height: 342px;
    position: absolute;
    left: 940px;
    top: 0;
}

.picScroll-left .hd .next {
    width: 40px;
    height: 342px;
    position: absolute;
    left: 0;
    top: 0;
}

.picScroll-left .hd .prev .jt {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 342px;
    display: block;
    float: right;
    cursor: pointer;
    background-image: url("../arr-r.html");
    background-repeat: no-repeat;
    background-position: center 50%;
    z-index: 9;
}

.picScroll-left .hd .next .jt {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 342px;
    display: block;
    float: right;
    cursor: pointer;
    background-image: url(../image/arr-l.png);
    background-repeat: no-repeat;
    background-position: center 50%;
    z-index: 9;
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;

}

.picScroll-left .hd ul li:first-child {
    margin-left: 3px;
}


/* .picScroll-left .bd{ padding:10px;   } */

.picScroll-left .bd {
    overflow: hidden;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    border: 1px solid #ebebeb;
    width: 314px;
    height: 340px;
    /* margin: 0 10px; */
    margin-right: 16px !important;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.picScroll-left .bd ul li:hover {
    border-color: #ff0000;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 18px 0px rgba(247, 37, 37, 0.15);
}

.picScroll-left .bd ul li .pic {
    width: 100%;
    text-align: center;
}

.picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-left .bd ul li .title {
    height: 40px;
    margin: 0 18px;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    margin-top: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #000;
}

.picScroll-left .bd ul li .title sup {
    vertical-align: middle;
    position: relative;
    top: -8px;
}

.picScroll-left .bd ul li .message {
    text-align: justify;
    line-height: 22px;
    margin: 0 20px;
    padding-bottom: 10px;
    color: #333333;
    min-height: 66px;
}

.picScroll-left .bd ul li .info {
    overflow: hidden;
    padding-top: 12px;
    margin: 0 20px;
    border-top: 1px dashed #878787;
    color: #878787;
}

.picScroll-left .bd ul li .info sup {
    vertical-align: middle;
    position: relative;
    top: -5px;
}

.picScroll-left1 .bd {
    overflow: hidden;
}

.picScroll-left1 .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left1 .bd ul li {
    border: 1px solid #ebebeb;
    width: 314px;
    height: 340px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 20px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.picScroll-left1 .bd ul li:hover {
    border-color: #ff0000;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 18px 0px rgba(247, 37, 37, 0.15);
}

.picScroll-left1 .bd ul li .pic {
    width: 100%;
    text-align: center;
}

.picScroll-left1 .bd ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-left1 .bd ul li .title {
    height: 40px;
    margin: 0 18px;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    margin-top: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #000;
}

.picScroll-left1 .bd ul li .title sup {
    vertical-align: middle;
    position: relative;
    top: -8px;
}

.picScroll-left1 .bd ul li .message {
    text-align: justify;
    line-height: 22px;
    margin: 0 20px;
    padding-bottom: 10px;
    color: #333333;
    min-height: 66px;
}

.picScroll-left1 .bd ul li .info {
    overflow: hidden;
    padding-top: 12px;
    margin: 0 18px;
    border-top: 1px dashed #878787;
    color: #878787;
}

.picScroll-left1 .bd ul li .info sup {
    vertical-align: middle;
    position: relative;
    top: -5px;
}

/*促销号码 B*/
.article {
    margin-top: 40px;
}

.article .article-row {
    overflow: hidden;
    float: left;
    width: 663px;
    padding: 30px 20px 0;
    border: 1px solid #f0f0f0;
}

.article h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.article .info {
    margin-bottom: 25px;
    text-align: center;
    color: #b6b6b6;
    /* display: none; */
}

.article .content {
    line-height: 22px;
}

.article .content p {
    margin-bottom: 25px;
    text-align: justify;
}

.article .content img {
    margin-bottom: 15px;
}

.article .article-side {
    float: right;
    width: 258px;
}

.article .article-side .mokuai {
    margin-bottom: 24px;
}

.article .article-side .bt1 {
    padding-left: 15px;
    height: 46px;
    line-height: 46px;
    font-weight: bold;
    color: #ffffff;
    background: #ff0000;
}

.article .article-side .bt1 a {
    margin-right: 12px;
    color: #ffffff;
}

.article .article-side .side-ct {
    padding: 28px 20px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.article .article-side .side-ct .num-box {
    overflow: hidden;
}

.article .article-side .side-ct .num {
    font-weight: bold;
    margin-bottom: 18px;
}

.article .article-side .side-ct .btn {
    height: 34px;
    line-height: 34px;
    color: #ff0000;
    border: 1px solid #ff0000;
    text-align: center;
    margin: 5px 14px 0;
    border-radius: 17px;
    cursor: pointer;
}

.article .article-side .side-ct .btn:hover {
    color: #fff;
    background: #ff0000;
}

.article .article-side .side-ct .fuli-box .item {
    overflow: hidden;
    margin-bottom: 18px;
}

.article .article-side .side-ct .fuli-box .text {
    float: left;
}

.article .article-side .side-ct .fuli-box .item .icon {
    margin-right: 10px;
    float: left;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
}

.article .article-side .side-ct .fuli-box .item .bt {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
}

.article .article-side .side-ct .func-ct {
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.article .article-side .side-ct .lb {
    width: 216px;
    /* height: 181px; */
    overflow: hidden;
}

.article .article-side .side-ct .func-ct .func-xzl {
    margin: 15px auto 18px;
    width: 80px;
    height: 20px;
    font-size: 12px;
    color: #ffffff;
    background: #ff0000;
    line-height: 20px;
}

.article .article-side .side-ct .func-ct .func-msg {
    margin-top: 8px;
    font-size: 12px;
    color: #aaaaaa;
}

.article .article-side .side-ct .func-point ul {
    width: 96px;
    margin: 16px auto 25px;
    overflow: hidden;
    cursor: pointer;
}

.article .article-side .side-ct .func-point li {
    width: 9px;
    height: 9px;
    background: #d7d7d7;
    margin: 0 5px;
    border-radius: 50%;
    float: left;
}

.article .article-side .side-ct .func-point li.on {
    background: #ff0000;
}

/* hezuo B*/
.hezuo {
    /* margin-top: 20px; */
    height: 150px;
    border: 1px solid #ebebeb;
}

.hezuo .item {
    float: left;
    width: 14.28%;
    text-align: center;
}

.hezuo .item .hz-icon {
    width: 100%;
    float: left;
    height: 106px;
    text-align: center;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 6px;
}

.hezuo .item .hz-icon {
    line-height: 22px;
}

.hezuo .item .hz-num {
    line-height: 22px;
    font-weight: bold;
}

.hezuo .item .hz-year {
    line-height: 22px;
    font-weight: bold;
    color: #ff0000;
}

.hezuo .item .hz-icon.hz-icon1 {
    background-image: url(../image/hz1.png);
}

.hezuo .item .hz-icon.hz-icon2 {
    background-image: url(../image/hz2.png);
}

.hezuo .item .hz-icon.hz-icon3 {
    background-image: url(../image/hz3.png);
}

.hezuo .item .hz-icon.hz-icon4 {
    background-image: url(../image/hz4.png);
}

.hezuo .item .hz-icon.hz-icon5 {
    background-image: url(../image/hz5.png);
}

.hezuo .item .hz-icon.hz-icon6 {
    background-image: url(../image/hz6.png);
}

.hezuo .item .hz-icon.hz-icon7 {
    background-image: url(../image/hz7.png);
}

/* hezuo E*/
.Promotion {
    margin-bottom: 100px;
}

.Promotion .pro-group {
    position: relative;
    text-align: center;
}

.Promotion .num-list {
    width: 705px;
    height: 254px;
    border-top: 2px solid #ff0202;
    border-left: 2px solid #ff0202;
    border-bottom: 2px solid #ff0202;
}

.Promotion .pro-group .tags {
    margin-left: -1px;
    height: 46px;
    background: #f6f7fa;
}

.Promotion .pro-group .tags .active {
    background: #ff0202;
    color: #fff;
}

.Promotion .pro-group .tag {
    float: left;
    width: 140px;
    height: 46px;
    margin-left: 1px;
    line-height: 46px;
    text-align: center;
    background: #f6f7fa;
    position: relative;
    cursor: pointer;
}

.Promotion .pro-group .tag:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 15px;
    border-left: 1px solid #dddee1;
    background: #f6f7fa;
    position: absolute;
    right: -1px;
    top: 16px;
    z-index: 1;
}

.Promotion .pro-group li {
    float: left;
    margin-right: 10px;
    margin-bottom: 16px;
    cursor: pointer;
}

.Promotion .pro-group .nums {
    margin: 40px 34px;
}

.Promotion .pro-group .num {
    width: 148px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    border: 1px dashed #e5e5e5;
    border-radius: 3px;
    box-sizing: border-box;
}

.Promotion .pro-group li:hover .num {
    display: none;
}

.Promotion .pro-group li .btn {
    border-radius: 3px;
    width: 148px;
    height: 30px;
    line-height: 30px;
    background: #e70012;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    -webkit-box-shadow: 0 0 10px 0 #FF8690;
    box-shadow: 0 0 10px 0 #FF8690;
    color: #fff;
    display: none;
}

.Promotion .pro-group li:hover .btn {
    display: block;
}

.Promotion .pro-group .btn {
    display: none;
}

.Promotion .biaodan {
    background: #FFFFFF;
    width: 271px;
    height: 312px;
    float: right;
    position: absolute;
    right: 15px;
    top: -13px;
    z-index: 2;
}

/*促销号码 E*/
/*400价值*/
.jiazhi-list {
    margin-top: 60px;
}

.jiazhi-list .ml-20 {
    margin-left: 20px;
}

.jiazhi-list .lh32 {
    line-height: 32px !important;
}

.jiazhi {
    height: 350px;
}

.jiazhi .left,
.jiazhi .right {
    width: 462px;
    /*height: 350px;*/
}

.txtLeft {
    text-align: left !important;
}

.jiazhi-1 {
    height: 288px;
    margin-bottom: 70px;
}

.jiazhi-1 h3 {
    margin-top: 67px;
    background-position: 0 -34px;
}

.jiazhi-2 {
    height: 288px;
    margin-bottom: 89px;
}

.jiazhi-2 h3 {
    margin-top: 80px;
    background-position: 0 0;
}

.jiazhi-3 {
    height: 390px;
    margin-bottom: 49px;
}

.jiazhi-3 h3 {
    margin-top: 158px;
    background-position: 0 -68px;
}

.jiazhi-4 {
    height: 308px;
    margin-bottom: 85px;
}

.jiazhi-4 h3 {
    margin-top: 106px;
    background-position: 0 -102px;
}

.jiazhi-5 {
    height: 320px;
    margin-bottom: 89px;
}

.jiazhi-6 {
    height: 390px;
    margin-bottom: 49px;
}

.jiazhi-7 {
    height: 360px;
    margin-bottom: 85px;
}

.tex_t {
    font-weight: bold;
    font-size: 30px;
}

.jiazhi-list .h3_t_1 {
    margin-top: 67px;
    background-position: 0 -34px;
    margin-bottom: 20px;
    height: 30px;
    color: #ff0000;
    text-align: left !important;
}

.jiazhi-list .h3_t_2 {
    margin-top: 80px;
    background-position: 0 0;
    margin-bottom: 20px;
    height: 30px;
    color: #ff0000;
    text-align: left !important;
}

.jiazhi-list .h3_t_3 {
    margin-top: 158px;
    background-position: 0 -68px;
    margin-bottom: 20px;
    height: 30px;
    color: #ff0000;
    text-align: left !important;
}

.jiazhi-list .h3_t_4 {
    margin-top: 106px;
    background-position: 0 -102px;
    margin-bottom: 20px;
    height: 30px;
    color: #ff0000;
    text-align: left !important;
}

.jiazhi-list .h3_t_5 {
    margin-top: 80px;
    background-position: 0 0;
    margin-bottom: 20px;
    height: 30px;
    color: #ff0000;
    text-align: left !important;
}

.jiazhi-list .h3_t_6 {
    margin-top: 158px;
    background-position: 0 -68px;
    margin-bottom: 20px;
    height: 30px;
    color: #ff0000;
    text-align: left !important;
}

.jiazhi-list .h3_t_7 {
    margin-top: 106px;
    background-position: 0 -102px;
    margin-bottom: 20px;
    height: 30px;
    color: #ff0000;
    text-align: left !important;
}

.jiazhi p {
    line-height: 24px;
    margin-bottom: 24px;
}

.jiazhi .btn {
    color: #ff0000;
    width: 128px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #f5242f;
    border-radius: 15px;
    cursor: pointer;
}

.jiazhi .btn:hover {
    background-color: #f4202f;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    -webkit-box-shadow: 0 0 10px 0px #FF8690;
    box-shadow: 0 0 10px 0px #FF8690;
    color: #fff;
}

.jiazhi .img {
    text-align: center;
    /*height: 220px;*/
    line-height: 220px;
    margin-bottom: 30px;
}

.jiazhi .img img {
    vertical-align: middle;
}

.jiazhi .tex {
    font-size: 22px;
    text-align: center;
}

/*实用功能*/
/*400必选增值功能 B*/
.mustPrower .prower-group .item {
    float: left;
    width: 262px;
    height: 262px;
    margin-right: 12px;
    margin-bottom: 20px;
    padding: 26px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.mustPrower .prower-group .item:hover {
    -webkit-box-shadow: 0 0 18px 0px #FF8690;
    box-shadow: 0 0 18px 0px #FF8690;
    border: 1px solid #FF8690;
    transition: all .3s;
}

.mustPrower .prower-group .item:hover .btn {
    transition: all .3s;
    background-color: #f4202f;
    background-image: -moz-linear-gradient(-90deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%);
    color: #fff;

}

.mustPrower .prower-group .item .tit {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    text-align: left;
}

.mustPrower .prower-group .item .tit .icon {
    margin-right: 10px;
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background: url(../image/gn_icon.png) no-repeat;
}

.mustPrower .prower-group .item .tit .icon.icon1 {
    background-position: 0 0;
}

.mustPrower .prower-group .item .tit .icon.icon2 {
    background-position: -36px 0;
}

.mustPrower .prower-group .item .tit .icon.icon3 {
    background-position: -72px 0;
}

.mustPrower .prower-group .item .tit .icon.icon4 {
    background-position: -108px 0;
}

.mustPrower .prower-group .item .tit .icon.icon5 {
    background-position: -144px 0;
}

.mustPrower .prower-group .item .tit .icon.icon6 {
    background-position: -180px 0;
}

.mustPrower .prower-group .item .des {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
}

.mustPrower .prower-group .item .xzl {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
}

.mustPrower .prower-group .item .bfb {
    margin-bottom: 24px;
    font-size: 34px;
    font-weight: bold;
    color: #e60012;
}

.mustPrower .prower-group .item .btn {
    width: 150px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #f5242f;
    border-radius: 19px;
    color: #f5242f;
    text-align: center;
}

/*400必选增值功能 E*/
/*更多400功能 B*/
.morePrower .more-group {
    padding-top: 25px;
}

.morePrower .item {
    float: left;
    width: 195px;
    height: 90px;
    margin-bottom: 55px;
    position: relative;
    cursor: pointer;
}

.morePrower .item .gntb {
    margin-left: 70px;
    margin-bottom: 20px;
}

.morePrower .item .tex {
    font-size: 16px;
    text-align: center;
}

.morePrower .item:hover .box {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: visible;
    opacity: 1;
}

.morePrower .item .box {
    display: table;
    position: absolute;
    width: 250px;
    height: 90px;
    box-shadow: 0px 0px 18px 0px rgb(63 161 239);
    left: -48px;
    top: 0;
    background: #fff;
    padding: 0 20px;
    overflow: hidden;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.morePrower .item .box p {
    max-width: 250px;
    word-wrap: break-word;
    line-height: 20px;
    vertical-align: middle;
    display: table-cell;
}

/*选号秘籍 B*/
.miji .miji-group {
    background: url(../image/miji.png) no-repeat center top;
    height: 99px;
    font-style: italic;
}

.miji .miji-group .item {
    float: left;
}

.miji .miji-group .item1 {
    margin-right: 58px;
}

.miji .miji-group .item2 {
    margin-right: 58px;
}

.miji .miji-group .tex {
    margin-top: 18px;
    float: left;
}

.miji .miji-group .tit {
    font-size: 18px;
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 8px;
}

.miji .miji-group .tex p {
    line-height: 16px;
}

.miji .idx {
    float: left;
    margin-top: 22px;
    margin-left: 22px;
    margin-right: 12px;
    width: 38px;
    height: 52px;
    background: url(../image/sxdh.png) no-repeat;
}

.miji .idx.idx1 {
    background-position: left bottom;
}

.miji .idx.idx2 {
    background-position: -40px bottom;
}

.miji .idx.idx3 {
    background-position: -90px bottom;
}

/*选号秘籍 E*/
/*更多400功能 E*/
.choose .num-leave {
    margin-bottom: 43px;
    height: 296px;
    width: 100%;
    border: 1px solid #e5e5e5;
}

.choose .bz {
    height: 100%;
    position: relative;
    float: left;
    width: 200px;
    color: #FFF;
}

.choose .bz .kf {
    position: absolute;
    width: 100%;
    height: 37px;
    line-height: 37px;
    text-align: center;
    bottom: 0;
    background: #a8542b;
    cursor: pointer;
}

.choose .bz h4 {
    margin-top: 24px;
    margin-left: 19px;
    margin-bottom: 16px;
    font-size: 30px;
    font-weight: normal;
}

.choose .bz p {
    margin-left: 19px;
    padding-left: 7px;
    font-size: 12px;
    width: 155px;
    height: 25px;
    line-height: 25px;
    margin-top: 3px;
}

.choose .item {
    float: left;
    width: 204px;
    height: 228px;
    position: relative;
    padding: 36px 28px 32px;
}

.choose .num-leave.dpj {
    background: url(../image/DJ.png) no-repeat left top;
}

.choose .num-leave.qyj {
    background: url(../image/DJ.png) no-repeat left top;
}

.choose .num-leave.jtj {
    background: url(../image/DJ.png) no-repeat left top;
}

.choose .item .log {
    position: absolute;
    width: 70px;
    height: 52px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    top: -10px;
    right: 34px;
    background: blue;
    text-align: center;
}

.choose .dpj .log {
    background: url(../image/icon-s.png) no-repeat center top;
    text-shadow: 0px 1px 0px rgba(154, 65, 30, 0.9);
}

.choose .qyj .log {
    background: url(../image/icon-s.png) no-repeat center -52px;
    text-shadow: 0px 1px 0px rgba(154, 65, 30, 0.9);
}

.choose .jtj .log {
    background: url(../image/icon-s.png) no-repeat center -104px;
    text-shadow: 0px 1px 0px rgba(154, 65, 30, 0.9);
}

.choose .item h5 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 14px;
    margin-bottom: 26px;
    border-bottom: 1px solid #e5e5e5;
}

.choose .item .num-l {
    float: left;
    margin-bottom: 18px;
}

.choose .item .num-r {
    float: right;
}

.choose .item .num-l div,
.choose .item .num-r div {
    margin-bottom: 18px;
    cursor: pointer;
}

.choose .item .num-l div:hover,
.choose .item .num-r div:hover {
    color: #ff0000;
}

.choose .btn {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #f5242f;
    color: #ff0000;
    border-radius: 15px;
    cursor: pointer;
}

.choose .btn:hover {
    background-color: #f4202f;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FF512F), to(#F4202F));
    background-image: linear-gradient(0deg, #FF512F, #F4202F);
    /*-webkit-box-shadow: 0 0 16px 0px #F5232F;*/
    /*box-shadow: 0 0 16px 0px #F5232F;*/
    color: #fff;
}

/*办400选诚泰达 B*/
.needSkt .item {
    float: left;
    width: 318px;
    height: 324px;
    margin-right: 10px;
    border: 1px solid #E5E5E5;
    text-align: center;
}

.needSkt .item h4 {
    margin-top: 20px;
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
}

.needSkt .item p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.5px;
}

.needSkt .item.item1 {
    background: url(../image/ys1.png) no-repeat center 118px;
}

.needSkt .item.item2 {
    background: url(../image/ys2.png) no-repeat center 118px;
}

.needSkt .item.item3 {
    background: url(../image/ys3.png) no-repeat center 118px;
}

/*办400选诚泰达 E*/
/*活动宣传页面推荐套餐 B*/
.bestTc .row {
    margin-bottom: 30px;
}

.bestTc .row .tc-show-item {
    position: relative;
}

.bestTc .row .tc-log {
    position: absolute;
    width: 70px;
    height: 52px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    top: -10px;
    right: 15px;
    background: blue;
    text-align: center;
}

.bestTc .row .tc-log.tc-log-dpj {
    background: url(../image/icon-s.png) no-repeat center top;
    text-shadow: 0px 1px 0px rgba(154, 65, 30, 0.9);
}

.bestTc .row .tc-log.tc-log-qy {
    background: url(../image/icon-s.png) no-repeat center -52px;
    text-shadow: 0px 1px 0px rgba(154, 65, 30, 0.9);
}

.bestTc .row .tc-log.tc-log-jt {
    background: url(../image/icon-s.png) no-repeat center -104px;
    text-shadow: 0px 1px 0px rgba(154, 65, 30, 0.9);
}

/*活动宣传页面推荐套餐 E*/
/* 400电话的价值 B */
.croe .croe-des {
    text-align: center;
    line-height: 24px;
}

.croe .core-table {
    margin-top: 20px;
    width: 100%;
}

.croe .core-table td {
    width: 25%;
    height: 205px;
    border: 1px solid #e5e5e5;
}

.croe .core-table .img {
    width: 100px;
    height: 64px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.croe .core-table .tt {
    margin-bottom: 10px;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
}

.croe .core-table .infp {
    margin-left: 25px;
    line-height: 20px;
}

/* 400电话的价值 E */
/*400电话办理指南 B*/
.process .process-group {
    width: 100%;
    height: 99px;
    background: url(../image/sxdh.png) no-repeat left top;
    box-sizing: border-box;
}

.process .item {
    float: left;
    width: 25%;
    height: 99px;
}

.process .idx {
    float: left;
    margin-top: 22px;
    margin-left: 22px;
    margin-right: 12px;
    width: 38px;
    height: 52px;
    background: url(../image/sxdh.png) no-repeat;
}

.process .idx.idx1 {
    background-position: left bottom;
}

.process .idx.idx2 {
    background-position: -40px bottom;
}

.process .idx.idx3 {
    background-position: -90px bottom;
}

.process .idx.idx4 {
    background-position: -139px bottom;
}

.process .tex {
    float: left;
    width: 160px;
    margin-top: 22px;
    font-style: italic;
}

.process .tex .tit {
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 4px;
}

.process .tex p {
    line-height: 18px;
}

/*400电话办理指南 E*/
/*conectUs 联系我们 B*/
.conectUs {
    margin-bottom: 40px;
}

.conectUs .adr-group .item {
    float: left;
    width: 976px;
    height: 216px;
    border: 1px solid #e5e5e5;
    position: relative;
    cursor: pointer;
}

.conectUs .adr-group .item:hover .box {
    visibility: visible;
    opacity: 1;
    transition: all .3s;
}

.conectUs .adr-group .item .box {
    width: 976px;
    height: 214px;
    position: absolute;
    top: -1px;
    left: -1px;
    border: 2px solid #e60012;
    box-shadow: 0px 0px 18px 0px rgba(255, 134, 144, 0.75);
    visibility: hidden;
    opacity: 0;
}

.conectUs .adr-group .item:hover .big-plc {
    display: block;
}

.conectUs .adr-group .item h5 {
    margin-left: 30px;
    margin-top: 42px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: normal;
    color: #ff0000;
}

.conectUs .adr-group .item .tex {
    font-size: 14px;
    margin-left: 30px;
}

.conectUs .adr-group .item .ad,
.conectUs .adr-group .item .g-line,
.conectUs .adr-group .item .g-line {
    line-height: 18px;
    margin-bottom: 8px;
}

.conectUs .adr-group .big-plc {
    display: none;
    position: absolute;
    right: 18px;
    bottom: 0;
    font-size: 80px;
    font-weight: bold;
    font-style: italic;
    color: #ff8181;
    opacity: 0.1;
}

.conectUs .log {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background: url(../image/sxdh.png) no-repeat;
}

.conectUs .ad .log {
    background-position: -198px -118px;
}

.conectUs .g-line .log {
    background-position: -222px -119px;
}

.conectUs .plc-line .log {
    background-position: -250px -119px;
}

/*conectUs 联系我们 E*/
/*为何选诚泰达 B*/
.introduction {
    text-align: center;
}

.introduction .imp {
    color: #ff0000;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.introduction p {
    line-height: 25px;
}

/*为何选诚泰达 E*/
/*荣誉资质 B*/
.honor-img {
    text-align: center;
}

/*荣誉资质 E*/

/*客服靠边*/
#LRfloater0 {
    top: 270px !important;
    right: 0 !important;
}

/*返回顶部*/
.goTo {
    display: none;
    width: 44px;
    height: 44px;
    position: fixed;
    left: 50%;
    margin-left: -570px;
    bottom: 60px;
    background: url(../image/top.png) center center;
    cursor: pointer;
}

/*返回顶部*/

/*活动宣传页面号码轮播*/
.zjia {
    margin-top: 55px;
    text-align: center;
    border: 1px solid #E5E5E5
}

.zjia .table-wrap {
    padding: 30px;
    background: #fff;
}

.zjia table {
    width: 100%;
    cursor: pointer;
}

.zjia table td {
    position: relative;
    width: 218px;
    height: 110px;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.bdn {
    border-right: none !important;
}

.bdn-b {
    border-bottom: none !important;
}

.zjia table td:hover .sub {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: visible;
    opacity: 1;
}

.zjia table .num {
    position: relative;
    font-size: 20px;
    line-height: 20px;
}

.zjia table .num span {
    display: inline-block;
}

.zjia table .num span.red {
    color: #fe7d02;
}

.zjia table .num ._5tip {
    margin-left: 25px;
    margin-top: 8px;
    width: 57px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
}

.zjia table .sub {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 142px;
    z-index: 3;
    font-size: 14px;
    border: 1px solid #fa0000;
    box-shadow: 0px 0px 8px 0px rgba(86, 42, 0, 0.45);
}

.zjia table .sub .btn-wrap {
    margin-top: 95px;
}

.zjia table .sub .btn-wrap div {
    width: 100%;
    line-height: 47px;
}

.zjia table .sub .btn-wrap div.btn1 {
    color: #fff;
    background-color: rgb(255, 74, 46);
    background-image: -moz-linear-gradient(90deg, rgb(255, 30, 39) 0%, rgb(255, 74, 46) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 30, 39) 0%, rgb(255, 74, 46) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 30, 39) 0%, rgb(255, 74, 46) 100%);
}

.zjia .arrow {
    position: relative;
    cursor: pointer;
}

.zjia .arrow .arrow-l {
    color: #fff;
    position: absolute;
    left: -1px;
    top: -210px;
    z-index: 6;
    height: 30px;
    line-height: 30px;
    width: 20px;
    background: url(../image/a1.jpg) no-repeat center center;
    overflow: hidden;
}

.zjia .arrow .arrow-r {
    color: #fff;
    position: absolute;
    right: 0;
    top: -210px;
    z-index: 6;
    height: 30px;
    line-height: 30px;
    width: 20px;
    background: url(../image/a2.jpg) no-repeat center center;
    overflow: hidden;
}

.side-bar {
    text-align: center;
    font-size: 12px;
    position: fixed;
    top: 200px;
    left: 50.8%;
    height: 0;
    width: 0;
    margin-left: 496px !important;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
}

.side-bar.active {
    height: 370px;
    width: 36px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: visible;
    opacity: 1;
}

.side-bar .top {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #fb002a;
    margin-bottom: 1px;
}

.side-bar .tt-wrap .item {
    line-height: 14px;
    padding: 4px 0;
    width: 36px;
    background: #4f4f4f;
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
}

.side-bar .tt-wrap .item.item0.on,
.side-bar .tt-wrap .item.item0:hover {
    background-color: #c3339a;
}

.side-bar .tt-wrap .item.item1.on,
.side-bar .tt-wrap .item.item1:hover {
    background-color: #64C333;
}

.side-bar .tt-wrap .item.item2.on,
.side-bar .tt-wrap .item.item2:hover {
    background-color: #ff0036;
}

.side-bar .tt-wrap .item.item3.on,
.side-bar .tt-wrap .item.item3:hover {
    background-color: #EA5F8D;
}

.side-bar .tt-wrap .item.item4.on,
.side-bar .tt-wrap .item.item4:hover {
    background-color: #0AA6E8;
}

.side-bar .tt-wrap .item.item5.on,
.side-bar .tt-wrap .item.item5:hover {
    background-color: #64C333;
}

.side-bar .tt-wrap .item.item6.on,
.side-bar .tt-wrap .item.item6:hover {
    background-color: #F15453;
}

.side-bar .tt-wrap .item.item7.on,
.side-bar .tt-wrap .item.item7:hover {
    background-color: #19C8A9;
}

.side-bar .tt-wrap .item.item8.on,
.side-bar .tt-wrap .item.item8:hover {
    background-color: #2148ff;
}

.side-bar .tt-wrap .item.item9.on,
.side-bar .tt-wrap .item.item9:hover {
    background-color: #ffc107;
}

.side-bar .sub {
    width: 36px;
    height: 36px;
    line-height: 16px;
    background: #9b9b9b url(../image/side-top.png) center center;
    cursor: pointer;
}

.video-wrap {
    width: 980px;
    height: 372px;
}

#logo img {
    margin-top: -12px;
    width: 200px !important;
    height: 64px !important;
}

#LRdiv0 {
    display: none !important;
}

.page-list {
    margin-top: 20px;
}

.page-list ul {
    text-align: center;
}

.page-list ul li {
    margin: 0 2px;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #333;
    border-radius: 5px;
}

.page-list ul li.thisclass,
.page-list ul li:hover {
    color: #fff;
    border: 1px solid #f6282f;
    background-color: #f6282f;
}

.page-list ul li a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
}

.cut-mlr-19 {
    margin: 0 19px;
}

.wrap3 {
    width: 1124px;
    margin: 0 auto;
}


/*地区*/
.page-con-02 {
    margin: 20px 0;
    width: 100%;
}

.page-con-02 .conBox-1 .list {
    width: 100%;
    float: left;
}

.page-con-02 .conBox-1 .list li {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.page-con-02 .conBox-1 .list li:hover{
    color:#ff0000; text-decoration:underline; cursor:pointer;
}

.page-con-02 .conBox-1 .list li .left-title {
    font-size: 16px;
    width: 60px;
    float: left;
    margin-right: 30px;
}

.page-con-02 .conBox-1 .list li .right-list {
    width: 950px;
}

.page-con-02 .conBox-1 .list li .right-list a {
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 12px;
}

.page-con-02 .conBox-1 .list li .right-list a:hover{
    color:#ff0000; text-decoration:underline; cursor:pointer;
}

.jieshao .conBox-1 {
    width: 100%;
}


.jieshao .conBox-1 .fl-box {
    width: 100%;
    display:inline;
    padding: 30px 0;
}

.jieshao .conBox-1 .fl-box img {
    width: 10%;
}

.jieshao .conBox-1 .fr-box {
    margin-top: 50px;
    width: 70%;
    padding-left: 20px;
    line-height: 1.8;
    font-size: 16px;
    display:inline;

}

/*400电话申请点*/
.apply ul {
    padding-top: 0px;
    padding-bottom: 30px;
}

.apply ul li {
    display: block;
    width: 98px;
    float: left;
    padding-bottom: 15px;
}

.apply ul li a {
    color: #444;
}

.apply ul li a:hover{
    color:#ff0000; text-decoration:underline; cursor:pointer;
}

/*客户服务*/
.side-box {
    float: right;
	position: fixed;
	right:20px;
    bottom: 285px;
    z-index: 99999999;
}

.side-box:hover{
    margin-top: -10px !important;
    -webkit-box-shadow: 0 0 18px 0px #ff8690;
    box-shadow: 0 0 18px 0px #ff8690;
    border: 3px none #FF8690;
    transition: all .3s;
}

.side-box .side-box-h {
    height: 192px;
    background: url(../image/kf.png) no-repeat top center;
    z-index: 9999999;
    background-size: contain;
    position: relative;
}